Skip to content

Upgrade locked dependencies#1406

Closed
tconley1428 wants to merge 9 commits intomainfrom
chore/update-uv-lock
Closed

Upgrade locked dependencies#1406
tconley1428 wants to merge 9 commits intomainfrom
chore/update-uv-lock

Conversation

@tconley1428
Copy link
Copy Markdown
Contributor

@tconley1428 tconley1428 commented Apr 2, 2026

Summary

  • refresh uv.lock to current dependency versions
  • constrain types-protobuf to <7.0.0 so protobuf stubs stay aligned with the repo protobuf <7 runtime range
  • avoid pyright failures caused by protobuf 7 stubs resolving against protobuf 6 runtime packages

Validation

  • uv lock --check
  • uv sync --locked --all-extras
  • uv run pyright temporalio/converter/_failure_converter.py tests/worker/test_command_aware_visitor.py
  • poe lint

Refresh uv.lock to current package versions and constrain types-protobuf to <7.0.0 so the installed protobuf stubs stay aligned with the repo's protobuf<7 runtime range. This avoids pyright failures introduced by protobuf 7 stubs while keeping the broader lockfile upgrade.
@tconley1428 tconley1428 requested a review from a team as a code owner April 2, 2026 16:36
tconley1428 and others added 8 commits April 3, 2026 12:57
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.44 to 0.4.45.
- [Commits](alexcrichton/tar-rs@0.4.44...0.4.45)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 0.4.45
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tconley1428 <tconley1428@gmail.com>
* Bump core commit to latest

* Test fix - pass None to worker when deployment versioning is not configured

* Support openapiv2 proto annotations

  sdk-core added protoc-gen-openapiv2 imports to cloud service protos.
  This broke proto generation in two ways:

  1. protoc couldn't resolve the import — none of the existing --proto_path
     entries covered protoc-gen-openapiv2/. Added the protos/ root dir
     as a --proto_path so protoc-gen-openapiv2/options/annotations.proto
     is reachable.

  2. The generated service_pb2.py requires the openapiv2 Python modules,
     which didn't exist. Generated openapiv2 protos and move them into
     temporalio/api/dependencies/protoc_gen_openapiv2/, with import
     rewrites to match.

  Also fixed the Docker proto generation (gen-protos-docker): google-adk
  requires protobuf>=5 which conflicts with the protobuf<4 downgrade
  needed for generation. Fix: remove google-adk before downgrading,
  matching the CI workflow.

  Mirrors sdk-dotnet#633.
@tconley1428 tconley1428 force-pushed the chore/update-uv-lock branch from 800b946 to 5bca401 Compare April 7, 2026 16:18
@tconley1428 tconley1428 closed this Apr 7, 2026
@tconley1428
Copy link
Copy Markdown
Contributor Author

New branch at #1420 due to merge problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants